GrapeCity ActiveReports for .NET 16.0J
DelegateCommand<TParm> コンストラクタ(Action<TParm>,Predicate<TParm>)

GrapeCity.Viewer.Common 名前空間 > DelegateCommand<TParm> クラス > DelegateCommand<TParm> コンストラクタ : DelegateCommand<TParm> コンストラクタ(Action<TParm>,Predicate<TParm>)
DelegateCommand<TParm>クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal executeAction As Action(Of TParm), _
   ByVal canExecute As Predicate(Of TParm) _
)
public DelegateCommand<TParm>( 
   Action<TParm> executeAction,
   Predicate<TParm> canExecute
)

パラメータ

executeAction
canExecute
参照

DelegateCommand<TParm> クラス
DelegateCommand<TParm> メンバ
オーバーロード一覧